projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b58a82d
)
mountoperation: fix the build
author
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 27 Sep 2011 16:51:54 +0000
(12:51 -0400)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 27 Sep 2011 16:51:54 +0000
(12:51 -0400)
2d3db3421fd8067dd9c59a0727da239936187cc5
has a typo which broke the
build on master.
gtk/gtkmountoperation.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmountoperation.c
b/gtk/gtkmountoperation.c
index c1ad3dac3d07d049d412d461a093695393202fc6..05e097a5a13d157ace883fe674cf10ef06ee971b 100644
(file)
--- a/
gtk/gtkmountoperation.c
+++ b/
gtk/gtkmountoperation.c
@@
-1167,7
+1167,7
@@
on_button_press_event_for_process_tree_view (GtkWidget *widget,
ret = FALSE;
- if (g
tk_button_event_triggers_context_menu (
event))
+ if (g
dk_event_triggers_context_menu ((GdkEvent *)
event))
{
ret = do_popup_menu_for_process_tree_view (widget, event, op);
}